home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18010 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  992 b 

  1. Path: news.aus.world.net!usenet
  2. From: maceng@world.net
  3. Newsgroups: comp.lang.c++
  4. Subject: 20 file limit using MS Visual C++(problem with MASM)
  5. Date: 18 Apr 1996 14:31:18 GMT
  6. Organization: AUSNet Services pty. ltd.
  7. Message-ID: <4l5jnm$l7r@sydney1.world.net>
  8. Reply-To: maceng@world.net
  9. NNTP-Posting-Host: melb20.world.net
  10. X-Newsreader: IBM NewsReader/2 v1.03
  11.  
  12. I'm having trouble opening more than 20 files using Codebase 6.0
  13. and MS Visual C++ 1.5.
  14. In the "Compiler.txt" provide with Codebase it suggests a patch around
  15. this which involves making changes to "crt0dat.asm" in the 
  16. /msvc/source/startup/dos directory and then recompiling it using MASM.
  17.  
  18. masm -Mx -Dmem_L -D_WINDOWS -DQWIN crt0dat.asm
  19.  
  20. Doing this just gives the error "could not open file ml.err"
  21. This file isn't anywhere on my system and judging by what's in cl.err
  22. it is some kind of err definition file.
  23.  
  24. Am I doing anything wrong, or if not can someone email this ml.err file to me
  25. (if it exists???)
  26.  
  27. Thanks in advance,
  28. Peter.
  29.